Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Option
/
getOrNull
get
Or
Null
common
abstract
fun
getOrNull
(
)
:
T
?
Content copied to clipboard
Gets the value of a
Some
or
null
if this is a
None
.
Return
Value of a
Some
or
null
.